_MM_PAGED_POOL_INFO

//0x38 bytes (sizeof) struct _MM_PAGED_POOL_INFO { struct _KGUARDED_MUTEX Mutex; //0x0 struct _RTL_BITMAP PagedPoolAllocationMap; //0x20 struct _MMPTE* FirstPteForPagedPool; //0x28 ULONG PagedPoolHint; //0x2c volatile ULONG PagedPoolCommit; //0x30 volatile ULONG AllocatedPagedPool; //0x34 };